home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 March / EnterCD 03_2003.iso / Multimedia / IntelliCAD 2001 3.3 / data1.cab / API / sds / ourbase / lisptest.lsp < prev    next >
Encoding:
Lisp/Scheme  |  2003-01-05  |  239 b   |  11 lines

  1. ; lisptest.lsp          Copyright 1997, Visio Corporation
  2. ; 8 February, 1996        Linda Eskin
  3. ;
  4. ; This is a series of tests that call functions in OURBASE.C
  5.  
  6. (defun testgetargs (argument)
  7.     (xload "ourbase")
  8.     (ob_lispgetargs argument)
  9. )
  10.